課程資訊
課程名稱
計算機程式
COMPUTER PROGRAMMING 
開課學期
99-1 
授課對象
電機工程學系  
授課教師
謝宏昀 
課號
EE1004 
課程識別碼
901 10210 
班次
01 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
電二143電二143 
備註
本系優先
限本系所學生(含輔系、雙修生)
總人數上限:60人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/991programming 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This is an introductory course to computer programming in C++. It is designed for students with little or no prior programming experience. 

課程目標
(1) Introduction
(2) Variable and Arithmetic Operation
(3) Control Structure
(4) Function
(5) Array and Pointer
(6) Class
(7) Operator Overloading
(8) Inheritance and Polymorphism
(9) Advanced Topics
 
課程要求
 
預期每週課後學習時數
 
Office Hours
另約時間 
指定閱讀
 
參考書目
Deitel and Deitel, "C++: How to Program," 7th Edition, Prentice Hall, 2010. 
評量方式
(僅供參考)
 
No.
項目
百分比
說明
1. 
期中考 
30% 
 
2. 
期末考 
30% 
 
3. 
作業 
30% 
 
4. 
平時成績 
10% 
 
 
課程進度
週次
日期
單元主題
第1週
9/14,9/15  Course Information & Introduction 
第2週
9/21,9/22  Introduction (cont.) 
第3週
9/28,9/29  Variable 
第4週
10/05,10/06  Variable (cont.) & Control Structure 
第5週
10/12,10/13  Control Structure (cont.) 
第6週
10/19,10/20  Function 
第7週
10/26,10/27  Function (cont.) 
第8週
11/02,11/03  Quiz & Function (cont.) 
第9週
11/09,11/10  Array and Pointer 
第10週
11/16,11/17  Array and Pointer (cont.) 
第11週
11/23,11/24  Midterm Exam 
第12週
11/30,12/01  Class 
第13週
12/07,12/08  Class (cont.) 
第14週
12/14,12/15  Class (cont.) & Operator Overloading 
第15週
12/21,12/22  Operator Overloading (cont.) 
第16週
12/28,12/29  Quiz & Inheritance 
第17週
1/04,1/05  Inheritance (cont.) & Stream Processing